body{
    background-color: #f4f4f4;
}

.p-title{
    display: inline-block;
    width: 100%;
    height: 55px;
    height: .55rem;
    border-bottom: 2px solid #d52d2d; 
    border-bottom: .02rem solid #d52d2d; 
    box-sizing: border-box;
}
.p-title img{
    display: inline-block;
    margin-top: -10px;
    margin-top: -.1rem;
    height: 36px;
    height: .36rem;
    vertical-align: middle;
}
.p-title span{
    font-size: 28px;
    font-size: .28rem;
    font-weight: bold;
    color: #bd1a2d;
}
.p-title a{
    float: right;
    font-size: 18px;
    font-size: .18rem;
    line-height: 35px;
    line-height: .35rem;
    text-align: right;
    color: #666;
}
.p-title a:hover{
    color: #bd1a2d;
}


.tt-box{
    margin: 40px 0;
    margin: .4rem 0;
    padding: 0 40px;
    padding: 0 .4rem;
    width: 100%;
    height: 160px;
    height: 1.6rem;
    background-color: white;
    box-sizing: border-box;
}
.tt-box .title-box{
   float: left;
   position: relative;
   margin-top: 40px;
   margin-top: .4rem;
   width: 80px;
   width: .8rem;
}
.tt-box .title-box p{
    font-size: 24px;
    font-size: .24rem;
    font-weight: bold;
    line-height: 40px;
    line-height: .4rem;
    letter-spacing: 4.2px;
    text-align: center;
}
.tt-box .title-box p:nth-child(1){
    color: #bd1a2d;
    background-color: #f4f4f4;
}
.tt-box .title-box p:nth-child(2){
    color: white;
    background-color: #bd1a2d;
}


.tt-box .title-box .triangle {
    position: absolute;
    top: calc(50% + 0.1rem);
    right: -.08rem;
    width: 0;
    height: 0;
    border-left: 0.1rem solid #bd1a2d;
    border-top: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
}

.tt-box #tt-swiper{
    float: left;
    margin-left: 70px;
    margin-left: .7rem;
    width: calc(100% - 240px);
    width: calc(100% - 2.4rem);
    height: 100%;
    overflow: hidden;
}
.tt-box #tt-swiper .swiper-slide{
    width: 100%;
    height: 100%;
}
.tt-box #tt-swiper .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.tt-box #tt-swiper .swiper-slide p {
    margin-top: 35px;
    margin-top: .35rem;
    margin-bottom: 15px;
    margin-bottom: .15rem;
    font-size: 40px;
    font-size: .4rem;
    font-weight: bold;
    letter-spacing: 4px;
    color: #bd1a2d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tt-box #tt-swiper .swiper-slide span {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-size: .24rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-box {
    padding: 38px;
    padding: .38rem;
    width: 100%;
    background-color: white;
    box-sizing: border-box;
}

.news-box #news-swiper{
    float: left;
    width: 676px;
    width: 6.76rem;
    height: 480px;
    height: 4.8rem;
}
.news-box #news-swiper .swiper-slide{
    position: relative;
    width: 100%;
    height: 100%;
}
.news-box #news-swiper .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-box #news-swiper .swiper-slide span{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding-left: 10px;
    padding-left: .1rem;
    padding-right: 180px;
    padding-right: 1.8rem;
    width: 100%;
    height: 60px;
    height: .6rem;
    font-size: 18px;
    font-size: .18rem;
    line-height: 60px;
    line-height: .6rem;
    color: white;
    background-color: rgba(0, 0, 0, .6);
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-box #news-swiper .swiper-pagination{
    width: calc(100% - 10px);
    width: calc(100% - .1rem);
    bottom: 18px;
    bottom: .18rem;
    text-align: right;
}
.news-box #news-swiper .swiper-pagination .swiper-pagination-bullet{
    background: white;
    opacity: 1;
    width: 12px;
    width: .12rem;
    height: 12px;
    height: .12rem;
}
.news-box #news-swiper .swiper-pagination .swiper-pagination-bullet-active{
    background: #bd1a2d;
    opacity: 1;
}


.news-box .news-r {
    float: right;
    width: 712px;
    width: 7.12rem;
}

.news-box .news-r .title-bg{
    width: 100%;
    height: 43px;
    height: .43rem;
    border-bottom: 2px solid #bd1a2d;
    border-bottom: .02rem solid #bd1a2d;
    box-sizing: border-box;
}

.news-box .news-r .title-bg .img-box{
    float: left;
    margin-right: 10px;
    margin-right: .1rem;
    width: 53px;
    width: .53rem;
    height: 100%;
    background-color: #bd1a2d;
    text-align: center;
}
.news-box .news-r .title-bg .img-box img{
    margin-top: 8px;
    margin-top: .08rem;
    width: 25px;
    width: .25rem;
}
.news-box .news-r .title-bg  span{
    float: left;
    display: block;
    font-size: 28px;
    font-size: .28rem;
    font-weight: bold;
    color: #bd1a2d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-box .news-r  ul {
    margin-top: 23px;
    margin-top: .23rem;
    width: 100%;
}
.news-box .news-r  ul li{
    position: relative;
    margin-bottom: 28px;
    margin-bottom: .28rem;
    width: 100%;
}
.news-box .news-r  ul li a {
    width: 100%;
}
.news-box .news-r  ul li i{
    float: left;
    display: block;
    margin-top: 15px;
    margin-top: .15rem;
    margin-right: 12px;
    margin-right: .12rem;
    width: 4px;
    width: .04rem;
    height: 4px;
    height: .04rem;
    background-color: #bd1a2d;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.news-box .news-r  ul li span:nth-child(2) {
    float: left;
    display: block;
    width: calc(100% - 160px);
    width: calc(100% - 1.6rem);
    font-size: 24px;
    font-size: .24rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.news-box .news-r  ul li span:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 140px;
    width: 1.4rem;
    font-size: 18px;
    font-size: .18rem;
    line-height: 30px;
    line-height: .3rem;
    font-weight: 300;
    color: #777;
    text-align: right;
}
.news-box .news-r  ul li:nth-last-child(1){
    margin-bottom: 0;
}

.news-box .news-r  ul li:hover span:nth-child(2) {
    color: #bd1a2d;
    letter-spacing: 0.6px;

}

/* .zt {
    position: relative;
    margin:32px 0 40px 0;
    margin: .32rem 0 .4rem 0;
    width: 100%;
    height: 148px;
    height: 1.48rem;
    background: url(../images/2023-index-zt-bg.png) no-repeat;
    background-size: cover;
}
.zt  a {
    width: 100%;
    height: 100%;
}
.zt span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 40px;
    font-size: .4rem;
    letter-spacing: 8px;
    letter-spacing: .08rem;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
} */
/* .zt:hover span {
    letter-spacing: 10px;
    letter-spacing: .10rem;
} */
#zt-swiper{
    margin:32px 0 40px 0;
    margin: .32rem 0 .4rem 0;
    width: 100%;
    --swiper-theme-color: #fff;
    --swiper-pagination-color: #fff;/* 两种都可以 */
}
#zt-swiper .swiper-slide{
    position: relative;
    width: 100%;
    height: 148px;
    height: 1.48rem;
}
#zt-swiper .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
#zt-swiper .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#zt-swiper .swiper-slide span{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 40px;
    font-size: .4rem;
    letter-spacing: 8px;
    letter-spacing: .08rem;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}


#m-zt-swiper{
    margin:32px 0 40px 0;
    margin: .32rem 0 .4rem 0;
    width: 100%;
    --swiper-theme-color: #fff;
    --swiper-pagination-color: #fff;/* 两种都可以 */
}
#m-zt-swiper .swiper-slide{
    position: relative;
    width: 100%;
    height: 148px;
    height: 1.48rem;
}
#m-zt-swiper .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
#m-zt-swiper .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    
}
#m-zt-swiper .swiper-slide span{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 40px;
    font-size: .4rem;
    letter-spacing: 8px;
    letter-spacing: .08rem;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}


#zt-swiper .swiper-slide:hover span {
    letter-spacing: 10px;
    letter-spacing: .10rem;
}
#m-zt-swiper{
    display: none;
}
.index-box {
    display: inline-block;
    width: 100%;
}
.index-box .index-box-l {
    float: left;
    width: 1130px;
    width: 11.3rem;
}

.index-box .index-box-l .index-item{
    float: left;
    margin-right: 30px;
    margin-right: .3rem;
    margin-bottom: 32px;
    margin-bottom: .32rem;
    padding: 20px 30px 20px 30px;
    padding: .20rem .3rem .2rem .3rem;
    width: 550px;
    width: 5.5rem;
    box-sizing: border-box;
    background-color: white;
}
.index-box .index-box-l .index-item:nth-child(2n+2){
    margin-right: 0;
}
.index-box .index-box-l .index-item .type-list{
    display: inline-block;
    margin-top: 23px;
    margin-top: .23rem;
    width: 100%;
}
.index-box .index-box-l .index-item .type-list2{
    margin-top: 6px;
    margin-top: .06rem;
}
.index-box .index-box-l .index-item .type-list li{
    float: left;
    width: calc((100% - 36px) / 4);
    width: calc((100% - .36rem) / 4);
    margin-right: 12px;
    margin-right: .12rem;
    height: 36px;
    height: .36rem;
    text-align: center;
    background-color: #eee;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: .18rem;
    -webkit-border-radius: .18rem;
    -moz-border-radius: .18rem;
    -ms-border-radius: .18rem;
    -o-border-radius: .18rem;
}
.index-box .index-box-l .index-item .type-list2 li{
    margin-top: 13px;
    margin-top: .13rem;
    width: calc((100% - 28px) / 3);
    width: calc((100% - .28rem) / 3);
}
.index-box .index-box-l .index-item .type-list li a{
    width: 100%;
    height: 100%;
}
.index-box .index-box-l .index-item .type-list li span{
    font-size: 18px;
    font-size: .18rem;
    line-height: 36px;
    line-height: .36rem;
    color: #555;
}
.index-box .index-box-l .index-item .type-list li:nth-child(4n+4){
    margin-right: 0;
}
.index-box .index-box-l .index-item .type-list2 li:nth-child(3n+3){
    margin-right: 0;
}
.index-box .index-box-l .index-item .type-list li:hover,.index-box .index-box-l .index-item .type-list .active{
    background-color: #bd1a2d;
}
.index-box .index-box-l .index-item .type-list li:hover span,.index-box .index-box-l .index-item .type-list .active span{
    color: white;
}

.index-box .index-box-l .index-item .space{
     width: 100%;
     height: 9px;
     height: .09rem;
}

.index-box .index-box-l .index-item .data-list{
    display: none;
    margin-top: 6px;
    margin-top: .06rem;
    width: 100%;
}
.index-box .index-box-l .index-item .data-list li{
    position: relative;
    width: 100%;
}
.index-box .index-box-l .index-item .data-list li a {
    width: 100%;
}
.index-box .index-box-l .index-item .data-list li i{
    float: left;
    display: block;
    margin-top: 25px;
    margin-top: .25rem;
    margin-right: 12px;
    margin-right: .12rem;
    width: 4px;
    width: .04rem;
    height: 4px;
    height: .04rem;
    background-color: #bd1a2d;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.index-box .index-box-l .index-item .data-list2 li i{
    margin-top: 18px;
    margin-top: .18rem;
}
.index-box .index-box-l .index-item .data-list li span{
    line-height: 50px;
    line-height: .5rem;
}
.index-box .index-box-l .index-item .data-list2 li span{
    line-height: 37px;
    line-height: .38rem;
}
.index-box .index-box-l .index-item .data-list li span:nth-child(2) {
    float: left;
    display: block;
    width: calc(100% - 120px);
    width: calc(100% - 1.2rem);
    font-size: 18px;
    font-size: .18rem;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.index-box .index-box-l .index-item .data-list li span:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100px;
    width: 1rem;
    font-size: 18px;
    font-size: .18rem;
    font-weight: 300;
    color: #777;
    text-align: right;
}
.index-box .index-box-l .index-item .data-list li:nth-last-child(1){
    margin-bottom: 0;
}
.index-box .index-box-l .index-item .data-list li:hover span:nth-child(2) {
    color: #bd1a2d;
    letter-spacing: .6px;
}


.index-box .index-box-r {
    float: right;
    width: 340px;
    width: 3.4rem;
}
.index-box .index-box-r .r-item{
    margin-bottom: 32px;
    margin-bottom: .32rem;
    width: 100%;
}
.index-box .index-box-r .r-item .item-title{
    width: 100%;
    height: 70px;
    height: .7rem;
    background-color: #bd1a2d;
    text-align: center;
}
.index-box .index-box-r .r-item .item-title img{
    margin-top: -10px;
    margin-top: -.1rem;
    margin-right: 8px;
    margin-right: .08rem;
    height: 32px;
    height: .32rem;
    vertical-align: middle;
}
.index-box .index-box-r .r-item .item-title span{
    font-size: 28px;
    font-size: .28rem;
    line-height: 70px;
    line-height: .7rem;
    font-weight: bold;
    color: #fff;
}
.index-box .index-box-r .r-item .rdjg-list{
    width: 100%;
    padding: 30px 25px;
    padding: .30rem .25rem;
    box-sizing: border-box;
    background-color: white;
}
.index-box .index-box-r .r-item .rdjg-list li{
    margin-bottom: 26px;
    margin-bottom: .26rem;
    width: 100%;
    height: 86px;
    height: .86rem;
    background-color: #fbf4f5;
    border: solid 1px #bd1a2d;
    box-sizing: border-box;
    text-align: center;
}
.index-box .index-box-r .r-item .rdjg-list li:nth-last-child(1){
    margin-bottom: 0;
}
.index-box .index-box-r .r-item .rdjg-list li a{
    width: 100%;
    height: 100%;
}
.index-box .index-box-r .r-item .rdjg-list li span{
    font-size: 22px;
    font-size: .22rem;
    font-weight: bold;
    line-height: 86px;
    line-height: .86rem;
    letter-spacing: 2.2px;
    color: #d52d2d;
}
.index-box .index-box-r .r-item .rdjg-list li:hover{
    background-color: #bd1a2d;
}
.index-box .index-box-r .r-item .rdjg-list li:hover span{
    color: white;
}
.index-box .index-box-r .r-item .rdhy-list{
    width: 100%;
    padding: 25px 25px;
    padding: .25rem .25rem;
    box-sizing: border-box;
    background-color: white;
}
.index-box .index-box-r .r-item .rdhy-list li{
    margin-bottom: 20px;
    margin-bottom: .20rem;
    width: 100%;
    height: 70px;
    height: .7rem;
    background: url(../images/2023-index-box-r-rdhy-bg.png) no-repeat center bottom;
    background-size: 100% ;
    background-color: rgb(255, 231, 219);
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.index-box .index-box-r .r-item .rdhy-list li:nth-last-child(1){
    margin-bottom: 0;
}
.index-box .index-box-r .r-item .rdhy-list li a{
    width: 100%;
    height: 100%;
}
.index-box .index-box-r .r-item .rdhy-list li span{
    font-size: 22px;
    font-size: .22rem;
    font-weight: bold;
    line-height: 70px;
    line-height: .70rem;
    letter-spacing: 2.2px;
    color: #d52d2d;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.index-box .index-box-r .r-item .rdhy-list li:hover{
    background-size: 120%;
}
.index-box .index-box-r .r-item .rdhy-list li:hover span{
    letter-spacing: 3px;
}


.index-box .index-box-r .r-item2 {
    margin-top: 32px;
    margin-top: .32rem;
    padding: 21px 20px 23px 20px;
    padding: .21rem .2rem .23rem .2rem;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
}
.index-box .index-box-r .r-item2 .item2-title{
    width: 100%;
    height: 36px;
    height: .36rem;
    background: url(../images/2023-index-box-r-item2-title-bg.png) no-repeat left;
    background-size: 127px 100%;
    background-size: 1.27rem 100%;
    box-sizing: border-box;
    border-bottom: 2px solid #bd1a2d;
    border-bottom: .02rem solid #bd1a2d;
}
.index-box .index-box-r .r-item2 .item2-title span{
    display: inline-block;
    margin-left: 10px;
    margin-left: .1rem;
    font-size: 17px;
    font-size: .17rem;
    font-weight: bold;
    line-height: 36px;
    line-height: .36rem;
    letter-spacing: 1.7px;
    color: #fff;
}

.index-box .index-box-r .r-item2 .item2-title a {
    float: right;
    display: block;
    font-size: 14px;
    font-size: .14rem;
    line-height: 36px;
    line-height: .36rem;
    letter-spacing: 1.05px;
    text-align: right;
    color: #999;
}
.index-box .index-box-r .r-item2 .item2-title a:hover{
    color: #d52d2d;
}
.index-box .index-box-r .r-item2 ul{
    width: 100%;
}
.index-box .index-box-r .r-item2 ul li{
    position: relative;
    margin-top: 18px;
    margin-top: .18rem;
    width: 100%;
    height: 68px;
    height: .68rem;
    background-color: #fbf4f5;
    box-sizing: border-box;
    overflow: hidden;
}
.index-box .index-box-r .r-item2 ul li a{
    width: 100%;
    height: 100%;
}
.index-box .index-box-r .r-item2 ul li span{
    position: absolute;
    top: 50%;
    left: 20px;
    left: .2rem;
    display: -webkit-box;
    width: calc(100% - 30px);
    width: calc(100% - .3rem);
    font-size: 16px;
    font-size: .16rem;
    line-height: 30px;
    line-height: .3rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.index-box .index-box-r .r-item2 ul li:hover{
    background-color: #bd1a2d;
}
.index-box .index-box-r .r-item2 ul li:hover span{
    color: white;
}

.index-box .index-box-r .fwpt {
    display: block;
    margin-top: 28px;
    margin-top: .28rem;
    width: 100%;
    height: 105px;
    height: 1.05rem;
}

.tpbd {
    margin-bottom: 32px;
    margin-bottom: .32rem;
    padding: 23px 30px 30px 30px;;
    padding: .23rem .3rem .3rem .3rem;
    width: 100%;
    background-color: white;
    box-sizing: border-box;
}
.tpbd #tpbd-swiper {
    margin-top: 30px;
    margin-top: .3rem;
    
}

.tpbd #tpbd-swiper .swiper-slide {
    height: 214px;
    height: 2.14rem;
    overflow: hidden;
}
.tpbd #tpbd-swiper .swiper-slide a{
    width: 100%;
    height: 100%;
}
.tpbd #tpbd-swiper .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.tpbd #tpbd-swiper .swiper-slide img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}



@media screen and (max-width: 768px) {

    .tt-box{
        margin: 20px 0;
        margin: .2rem 0;
        padding: 0 20px;
        padding: 0 .2rem;
    }
    .tt-box #tt-swiper{
        margin-left: 30px;
        margin-left: .3rem;
        width: calc(100% - 120px);
        width: calc(100% - 1.2rem);
    }
    .tt-box #tt-swiper .swiper-slide p {
        font-size: 30px;
        font-size: .3rem;
    }
    .tt-box #tt-swiper .swiper-slide span {
        font-size: 20px;
        font-size: .2rem;
    }

    .news-box {
        padding: 20px;
        padding: .2rem;
    }
    .news-box #news-swiper{
        float: none;
        width: 100%;
        height: 280px;
        height: 2.8rem;
    }
    .news-box .news-r {
        float: none;
        margin-top: 25px;
        margin-top: .25rem;
        width: 100%;
    }
    .news-box .news-r  ul li{
        margin-bottom: 18px;
        margin-bottom: .18rem;
    }
    .news-box .news-r  ul li span:nth-child(2) {
        font-size: 22px;
        font-size: .22rem;
    }

    
    /* .zt {
        background-position: center;
    }
    .zt span {
        font-size: 30px;
        font-size: .3rem;
    } */

    .zt-swiper .swiper-slide span{
        display: inline-block;
        font-size: 30px;
        font-size: .3rem;
    }
    #zt-swiper{
        display: none;
    }
    #m-zt-swiper{
        display: block;
    }
    .index-box .index-box-l {
        float: none;
        width: 100%;
    }
    
    .index-box .index-box-l .index-item{
        float: none;
        margin-right: 0;
        margin-bottom: 32px;
        margin-bottom: .32rem;
        padding: 20px 20px 20px 20px;
        padding: .20rem .2rem .2rem .2rem;
        width: 100%;
    }

    .index-box .index-box-r {
        float: none;
        width: 100%;
    }
    .index-box .index-box-r .fwpt-box{
        width: 100%;
    }
    .index-box .index-box-r .fwpt {
        height: 145px;
        height: 1.45rem;
    }
    .tpbd {
        margin-top: 32px;
        margin-top: .32rem;
        padding: 23px 20px 30px 20px;;
        padding: .23rem .2rem .3rem .2rem;
    }
    .tpbd #tpbd-swiper .swiper-slide {
        height: 180px;
        height: 1.8rem;
        overflow: hidden;
    }
    
}

